ArcGIS Runtime SDK for WPF - Library Reference
ExecuteAsync(List<GPParameter>,Object) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > Geoprocessor Class > ExecuteAsync Method : ExecuteAsync(List<GPParameter>,Object) Method

parameters
The parameters to use to execute the task.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.
Executes the task. Raises the ExecuteCompleted event on success, or the Failed event on failure.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ExecuteAsync( _
   ByVal parameters As List(Of GPParameter), _
   ByVal userToken As Object _
) 
C# 
public void ExecuteAsync( 
   List<GPParameter> parameters,
   object userToken
)

Parameters

parameters
The parameters to use to execute the task.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.